*** empty log message ***
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 10 Aug 2004 22:58:59 +0000 (22:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 10 Aug 2004 22:58:59 +0000 (22:58 +0000)
docs/reference/ChangeLog
docs/reference/gdk/Makefile.am
docs/reference/gtk/Makefile.am

index b3ea8e0f3258b6aa495156ca28bb6c262c08b42f..1f85f592dc9edf100a16c2d80068fb66968adf12 100644 (file)
@@ -1,3 +1,9 @@
+Tue Aug 10 18:58:15 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/Makefile.am (IGNORE_HFILES): Add gdkalias.h
+       
+       * gtk/Makefile.am (IGNORE_HFILES): Add gtkalias.h.
+
 Mon Aug  9 10:52:23 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Add gtk_entry_layout_index_to_text_index() 
index a627d24d71d31f9e54576ebde49cf89f470ffa24..dafa39fa450d8dca281ce832836982cc19353541 100644 (file)
@@ -20,6 +20,7 @@ CFILE_GLOB=$(top_srcdir)/gdk/*.c
 
 # Header files to ignore when scanning
 IGNORE_HFILES=                 \
+       gdkalias.h              \
        gdkintl.h               \
        gdkmarshalers.h         \
        gdkkeysyms.h            \
index cf330ec54317c5c5ffac22a35b14a9320d59e59d..54bec0d0c734c2e844d1fcf1ff4c015bf5d96684 100644 (file)
@@ -23,6 +23,7 @@ CFILE_GLOB=$(top_srcdir)/gtk/*.c
 
 # Header files to ignore when scanning
 IGNORE_HFILES=                         \
+       gtkalias.h                      \
        fnmatch.h                       \
        gdk-pixbuf-loader.h             \
        gtkcellrendererseptext.h        \